home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / vis082s.arc / OVRS.PAS < prev    next >
Pascal/Delphi Source File  |  1991-04-17  |  100b  |  5 lines

  1.     If OvrResult <> OvrOK then
  2.         Begin
  3.             WriteLn('Overlay file not found.');
  4.             Halt(255);
  5.         End;